Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NContinuousMediaExporter<TContent> Class
Members


In This Topic
    NContinuousMediaExporter<TContent> Class
    In This Topic
    Base class for exporters, which can export a document to a continuous media, such as a raster or vector image.
    Object Model
    NContinuousMediaExporter<TContent> Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class NContinuousMediaExporter(Of TContent As NElement) 
       Inherits NElementMediaExporter(Of TContent)
    'Usage
     
    
    Dim instance As NContinuousMediaExporter(Of TContent)
    public abstract class NContinuousMediaExporter<TContent> : NElementMediaExporter<TContent> 
    where TContent: NElement
    Type Parameters
    TContent
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.UI.NElementMediaExporter<TContent>
          Nevron.Nov.UI.NContinuousMediaExporter<TContent>
             Nevron.Nov.UI.NRasterImageExporter<TContent>
             Nevron.Nov.UI.NVectorImageExporter<TContent>

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also